Get Union
Command Prototype
objSetRet = Set.Union(ObjSet,ObjSet1)
Command Description
Get the union of the sets and return the union as a new set
Parameter Description
- Required Parameter
- ObjSet--The set object to operate on
- ObjSet1--The sets to compare for intersections
- return
- objSetRet--The variable used to save the output of the function call